(font-lock-mode): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 26 Feb 2007 09:36:22 +0000 (09:36 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 26 Feb 2007 09:36:22 +0000 (09:36 +0000)
lisp/font-core.el

index da355b8b6aa503e98bed5b0e7233273becb617be..3edf2140393070b889c1185e066e061e7f56fa31 100644 (file)
@@ -124,10 +124,6 @@ generally prefer.  When you turn Font Lock mode on/off the buffer is
 fontified/defontified, though fontification occurs only if the buffer is
 less than `font-lock-maximum-size'.
 
-For example, to use maximum levels of fontification, put in your ~/.emacs:
-
- (setq font-lock-maximum-decoration t)
-
 To add your own highlighting for some major mode, and modify the highlighting
 selected automatically via the variable `font-lock-maximum-decoration', you can
 use `font-lock-add-keywords'.